home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tm400-3.zip / RBBS.SCR < prev    next >
Text File  |  1993-01-05  |  336b  |  19 lines

  1. ;
  2. ; RBBS.SCR is a log on script file for RBBS
  3. ;
  4.  
  5. FirstName = "first"          ; put your name here
  6. LastName = "last"
  7.  
  8. SET AutoStop,On              ; stop script if carrier is lost
  9. Waitfor 0                    ; unlimited waiting time
  10.  
  11. Waitfor "first"
  12. Put FirstName
  13. Delay 5
  14. Put LastName
  15.  
  16. Waitfor "password",5
  17. Put "^&"
  18.  
  19.